.DefaultProductListing-Heading h1 {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 1;
text-align: left;
text-transform: uppercase;
 
color: #333333;
}

.DefaultProductListing-ProductName h2 {
font-family: Poppins;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4;
text-align: center;
 
color: #111111;
}

div.DefaultProductListing-ProductName h2:hover {
    color: #111111;
    text-decoration: underline;
}

.DefaultProductListing-ProductPrice {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1;
text-align: center;
 
color: #3709e0;
}

.DefaultProductListing-TaxPrice {
font-family: Poppins;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 1;
text-align: center;
 
color: #444444;
}

.DefaultProductListing-RRPPrice {
font-family: Poppins;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 1;
text-align: center;
text-decoration-line: line-through;
 
color: #444444;
}

.DefaultProductListing-SoldText {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1;
text-align: center;
 
color: #2EB3D8;
}

#DefaultProductListing-EstimatedDeliveryMessage {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    background-color: #3809e020;
    text-align: center;
}

.EstimatedDelivery-Icon {
    font-family: Font Awesome 6 Free;
    font-style: normal;
    font-weight: Unhandled font weight;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}
#DefaultProductListing-FilterPanel {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 75% 25%;
    grid-column-gap: 0px;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
    margin-bottom: 20px;
align-items: center;
}

#MobilepageAttributeFilter {
    float: left;
    clear: left;
    margin-bottom: 20px;
    width: 100%;
}

#DefaultProductListing-FilterContainer {
    grid-column-start: 2;
}

#DefaultProductListing-HeadingContainer {
    grid-row-start: 1;
    grid-column-start: 1;
}

.DefaultProductListing-SoldText {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RepeatForm {
    float: none !important;
    border: none;
    padding: 0px !important;
}

.DefaultProductListing-Heading h1 {
    position: relative;
    margin: 0px;
}

#DefaultProductListing-Container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
    row-gap: 30px;
    float: left;
}

.DefaultProductListing-InnerContainer {
    position: relative;
    float: left;
    width: 100%;
box-sizing: border-box;
padding: 10px;
border: 1px solid #ddd;
border-radius: 16px;
transition: border-color 0.3s ease;
}

.DefaultProductListing-InnerContainer:hover {
border: 1px solid #3809E0;
}

.DefaultProductListing-ProductImageContainer {
    display: flex;
    justify-content: center;
align-items: center;
margin-bottom: 10px;
min-height: 250px;
}

img.DefaultProductListing-ProductImage {
    max-width: 100% !important;
    max-height: 240px !important;
    height: auto !important;
    width: auto !important;
}

.DefaultProductListing-ProductName h2 {
    width: 100%;
    float: left;
    margin: 10px 0px;
    min-height: 60px;
}

#DefaultProductListing-ProductPriceContainer {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 5px;
}

#DefaultProductListing-PriceTaxContainer {
    justify-content: center;
    align-items: center;
    column-gap: 5px;
display: flex;
}

.VariantStockError {
    display: none;
}

#DefaultProductListing-EstimatedDeliveryMessage {
    text-align: center;
    width: 95%;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2.5%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media only screen and (max-width: 1190px) {
    #DefaultProductListing-Container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    #DefaultProductListing-Container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media only screen and (max-width: 750px) {
#DefaultProductListing-FilterPanel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
padding: 15px 0px;
}

.DefaultProductListing-Heading h1 {
    text-align: center;
}

.FilterText2 {
        text-align: left;
}

#PriceFilter {
border-radius:0px;
float:right;
border: none;
padding: 10px !important;
border: solid 1px #ddd !important;
}
}

@media only screen and (max-width: 695px) {
    #DefaultProductListing-FilterPanel {
        width: 95%;
        padding: 10px 2.5% 5px 2.5%;
    }

    #DefaultProductListing-Container {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0px;
        row-gap: 20px;
    }

    .DefaultProductListing-ProductName h2 {
        min-height: auto;
    }

    #DefaultProductListing-Container {
        width: 95%;
        padding: 0px 2.5%;
    }

    .DefaultProductListing-Heading h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #DefaultProductListing-FilterContainer {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        margin: auto;
        margin-top: 10px;
        padding: 5px 0px 16px 0px;
    }

    #DefaultProductListing-HeadingContainer {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: center;
    }
}